home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Drivers / NIC drivers / NETICL / ICLETH.EXE / OEMSETUP.INF < prev   
Encoding:
INI File  |  1994-10-03  |  3.5 KB  |  103 lines

  1. ; Microsoft(R) Windows Driver Librayr
  2. ; Windows for Workgroups 3.11
  3. ; OEM Driver Setup 
  4. ; for the ICL EtherTeam16i and EtherTeam32 Adapters
  5.  
  6. [data]
  7. type=network
  8. version="3.11.261"
  9.  
  10. [disks]
  11. 1=,"EtherTeam 16i/32 LAN Support Software Diskette"
  12.  
  13. [netcard]
  14. icl$eth16i="ICL EtherTeam 16i Adapter",1391,ndis,ethernet,0x07,eth16i,icl$eth16i_nif
  15. icl$eth32="ICL EtherTeam 32 Adapter",1391,ndis,ethernet,0x07,eth16i,icl$eth32_nif
  16.  
  17. [eth16i]
  18. ndis2=1:eth16i.dos
  19. ndis3=1:eth16i.386
  20. mlid=*:eth16i.com
  21.  
  22. ;--------------------------------------------
  23. ; PROTOCOL.INI keywords for ICL EtherTeam16i.
  24. ;--------------------------------------------
  25. [icl$eth16i_nif]
  26. drivername=ETH16I$
  27.  
  28. ; NOTE! The IOAddress is not added by default to PROTOCOL.INI, but
  29. ; only if any of the available values is selected.
  30. ;
  31. io=IOAddress,,text,"0x240,0x260,0x280,0x2A0,0x300,0x340,0x380","AUTO",0x32
  32.  
  33. ; NOTE! The Interrupt is not added by default to PROTOCOL.INI, but
  34. ; only if any of the available values is selected. (It can be even
  35. ; commented from this OEMSETUP, because any definition here cannot
  36. ; override the Setup value on the adapter). 
  37. ;
  38. irq=Interrupt,,text,"5,9,10,15,","AUTO",0x32
  39.  
  40. ; NOTE! These parameters are for both NDIS2 and NDIS3 driver. As
  41. ; a default they are not added to PROTOCOL.INI.
  42. ;
  43. param=Transceiver,"Transceiver",text,"BNC,AUI,TP,AUTO","AUTO",0x32
  44. param=TxBuffSize,"TransmitBufferSize",text,"4,8,16","8",0x32
  45.  
  46. ; NOTE! These parameters are specific to NDIS2 driver only. As a
  47. ; default they are not added to PROTOCOL.INI.
  48. ;
  49. param=MaxTransmits,"MaximumTransmits",int,"6,50,1",6,0x12
  50.  
  51. ; NOTE! These parameters are specific to NDIS3 driver only. As a
  52. ; default they are not added to PROTOCOL.INI.
  53. ;
  54. param=StagedReceive,"StagedReceive",text,"No,Yes","No",0x22
  55.  
  56. ; NOTE! The NetAddress parameter  overrides the permanent network
  57. ; address of the adapter (this feature is hardly ever needed). If
  58. ; specified,  must be given  as a string of excatly 12 characters
  59. ; (enclosed in parenthesis), e.g. "00004B112233".
  60. ;
  61. ;param=NetAddress,"Net Address",chars,14,,0x17
  62.  
  63. ;-------------------------------------------
  64. ; PROTOCOL.INI keywords for ICL EtherTeam32.
  65. ;-------------------------------------------
  66.  
  67. [icl$eth32_nif]
  68. drivername=ETH16I$
  69.  
  70. ; NOTE! The SlotNumber is not added by default to PROTOCOL.INI, but
  71. ; only if any of the available values is selected.
  72. ;
  73. slot=SlotNumber,"Adapter Slot Number",int,"1,8,1",1,0x22
  74.  
  75. ; NOTE! It is not necessary to give the Interrupt number but the
  76. ; driver can  resolve it automatically.
  77. ; Remove the comment sign if you want it appear in the Setup.
  78. ;
  79. irq=Interrupt,,text,"3,5,7,9,10,11,12,15,","AUTO",0x32
  80.  
  81. ; NOTE! These parameters are for both NDIS2 and NDIS3 driver. As
  82. ; a default they are not added to PROTOCOL.INI.
  83. ;
  84. param=Transceiver,"Transceiver",text,"BNC,AUI,TP,AUTO","AUTO",0x32
  85. param=TxBuffSize,"TransmitBufferSize",text,"4,8,16","8",0x32
  86.  
  87. ; NOTE! These parameters are specific to NDIS2 driver only. As a
  88. ; default they are not added to PROTOCOL.INI.
  89. ;
  90. param=MaxTransmits,"MaximumTransmits",int,"6,50,1",6,0x12
  91.  
  92. ; NOTE! These parameters are specific to NDIS3 driver only. As a
  93. ; default they are not added to PROTOCOL.INI.
  94. ;
  95. param=StagedReceive,"StagedReceive",text,"No,Yes","No",0x22
  96.  
  97. ; NOTE! The NetAddress parameter  overrides the permanent network
  98. ; address of the adapter (this feature is hardly ever needed). If
  99. ; specified,  must be given  as a string of excatly 12 characters
  100. ; (enclosed in quotation marks), e.g. "00004B112233".
  101. ;
  102. ;param=NetAddress,"Net Address",chars,14,,0x17
  103.